﻿2026-07-06T05:58:25.2139230Z ##[group]Run actions/checkout@v5
2026-07-06T05:58:25.2139993Z with:
2026-07-06T05:58:25.2140403Z   repository: SaberMage/spt-core
2026-07-06T05:58:25.2142896Z   token: ***
2026-07-06T05:58:25.2143197Z   ssh-strict: true
2026-07-06T05:58:25.2143497Z   ssh-user: git
2026-07-06T05:58:25.2143804Z   persist-credentials: true
2026-07-06T05:58:25.2144168Z   clean: true
2026-07-06T05:58:25.2144483Z   sparse-checkout-cone-mode: true
2026-07-06T05:58:25.2144833Z   fetch-depth: 1
2026-07-06T05:58:25.2145133Z   fetch-tags: false
2026-07-06T05:58:25.2145436Z   show-progress: true
2026-07-06T05:58:25.2145740Z   lfs: false
2026-07-06T05:58:25.2146019Z   submodules: false
2026-07-06T05:58:25.2146312Z   set-safe-directory: true
2026-07-06T05:58:25.2146775Z ##[endgroup]
2026-07-06T05:58:25.3977286Z Syncing repository: SaberMage/spt-core
2026-07-06T05:58:25.3978434Z ##[group]Getting Git version info
2026-07-06T05:58:25.3978922Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T05:58:25.4238853Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:58:25.4443985Z git version 2.43.0.windows.1
2026-07-06T05:58:25.4468396Z ##[endgroup]
2026-07-06T05:58:25.4476283Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\cabd7f04-2fca-4e19-a868-c82efd9ace21\.gitconfig'
2026-07-06T05:58:25.4489549Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cabd7f04-2fca-4e19-a868-c82efd9ace21' before making global git config changes
2026-07-06T05:58:25.4490492Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:58:25.4494352Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T05:58:25.4745033Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T05:58:25.4948410Z https://github.com/SaberMage/spt-core
2026-07-06T05:58:25.4976406Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:58:25.4980932Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:58:25.5202471Z HEAD
2026-07-06T05:58:25.5465317Z ##[endgroup]
2026-07-06T05:58:25.5469597Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T05:58:26.1758951Z ##[group]Cleaning the repository
2026-07-06T05:58:26.1763206Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T05:58:29.2896440Z Removing target/
2026-07-06T05:58:29.2929031Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T05:58:29.3343896Z HEAD is now at cd4f0727 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:58:29.3369120Z ##[endgroup]
2026-07-06T05:58:29.3373136Z ##[group]Disabling automatic garbage collection
2026-07-06T05:58:29.3378404Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T05:58:29.3632132Z ##[endgroup]
2026-07-06T05:58:29.3632596Z ##[group]Setting up auth
2026-07-06T05:58:29.3638746Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:58:29.3876043Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:58:30.0969230Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:58:30.1214212Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:58:30.7334365Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:58:30.7564363Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:58:31.5151100Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T05:58:31.5437506Z ##[endgroup]
2026-07-06T05:58:31.5438103Z ##[group]Fetching the repository
2026-07-06T05:58:31.5445123Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cd4f0727256670b452497a6f671b62c6481820b7:refs/remotes/pull/52/merge
2026-07-06T05:58:32.3110555Z ##[endgroup]
2026-07-06T05:58:32.3111028Z ##[group]Determining the checkout info
2026-07-06T05:58:32.3111546Z ##[endgroup]
2026-07-06T05:58:32.3122763Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T05:58:32.3411327Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T05:58:32.4383819Z ##[group]Checking out the ref
2026-07-06T05:58:32.4389150Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:58:32.5231285Z HEAD is now at cd4f0727 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:58:32.5253402Z ##[endgroup]
2026-07-06T05:58:32.5498843Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T05:58:32.5709958Z cd4f0727256670b452497a6f671b62c6481820b7
